projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e28f64
)
(font-lock-defontify): Use restore-buffer-modified-p.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:56:49 +0000
(21:56 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:56:49 +0000
(21:56 +0000)
lisp/font-core.el
patch
|
blob
|
history
diff --git
a/lisp/font-core.el
b/lisp/font-core.el
index c2c95bfe8a00bf7d10338621c48a8885f1542091..fb1fe943e03d536a875e59b8880ea6e96f30cb62 100644
(file)
--- a/
lisp/font-core.el
+++ b/
lisp/font-core.el
@@
-230,7
+230,7
@@
this function onto `change-major-mode-hook'."
(widen)
(remove-list-of-text-properties (point-min) (point-max)
'(font-lock-face)))
- (
set
-buffer-modified-p modp)))
+ (
restore
-buffer-modified-p modp)))
(defun font-lock-default-function (mode)
;; Turn on Font Lock mode.